TE Product Data API
Get Single Product
GET /products/part_number/{tcpn}
Retrieves the information for a single product based on the TCPN part number (the TE internal part number) passed in the URI. This is an exact match lookup. If the part number is not found, an HTTP 404 Not Found error will be returned.
The TCPN part number should be URL encoded as the part numbers may contain characters that have special meaning in a URL.
See the Products Model Response page for detailed definitions of the product fields that are returned.